Hub Page Update
FlaskHub: Deployment Guide (for Developers)
✅ Always deploy from the
masterbranch.
Commit and push your changes.
If you're working on a feature branch:git add . git commit -m "Your message here" git push origin your-branch-name
ssh dev@20.5.184.145
cd FlaskHub
git pull origin master
./restart.sh
